View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / IMiddlewareAsyncContext<TAction> Interface

Represents a typed middleware context when handling an asynchronous action dispatch.

Base interface: IMiddlewareAsyncContext.

This is a public interface.

public interface IMiddlewareAsyncContext<TAction> : IMiddlewareAsyncContext

Generic Parameters

Properties

Remarks

This type is not available for .NET Framework 2.0, .NET Framework 3.0 and .NET Framework 3.5 builds.

See Also